Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ReadOnlyStructList<T> Class / Count Property

In This Topic
    Count Property (ReadOnlyStructList<T>)
    In This Topic
    Gets the number of elements actually contained in the ReadOnlyStructList<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    See Also